projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5543be
)
notify test: Skip GtkWidget::double-buffered
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 22 Jun 2014 16:09:52 +0000
(12:09 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 22 Jun 2014 16:09:52 +0000
(12:09 -0400)
This property is now deprecated, and ignored, thus: no notification.
testsuite/gtk/notify.c
patch
|
blob
|
history
diff --git
a/testsuite/gtk/notify.c
b/testsuite/gtk/notify.c
index 3d6ce1865ba05ae97fa42e5fd22cb224dd85e07d..e86ca65f4b54412580007005ade3fbd0866d8fce 100644
(file)
--- a/
testsuite/gtk/notify.c
+++ b/
testsuite/gtk/notify.c
@@
-545,6
+545,10
@@
test_type (gconstpointer data)
g_str_equal (pspec->name, "tearoff-state"))
continue;
+ if (g_type_is_a (pspec->owner_type, GTK_TYPE_WIDGET) &&
+ g_str_equal (pspec->name, "double-buffered"))
+ continue;
+
/* Can only be set on window widgets */
if (pspec->owner_type == GTK_TYPE_WIDGET &&
g_str_equal (pspec->name, "events"))